j3deditor.bin.components
Class ComponentUtils

java.lang.Object
  extended by j3deditor.bin.components.ComponentUtils

public class ComponentUtils
extends java.lang.Object

Contains methods for manipulating with components.

Author:
Risto Seene

Constructor Summary
ComponentUtils()
           
 
Method Summary
static void removeChildren(java.awt.Container c)
          Removes recursivly all components from the given Container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentUtils

public ComponentUtils()
Method Detail

removeChildren

public static void removeChildren(java.awt.Container c)
Removes recursivly all components from the given Container.

Parameters:
c - container which children will be removed